runtime.mheap.sysAlloc (method)
2 uses
runtime (current package)
malloc.go#L636: func (h *mheap) sysAlloc(n uintptr) (v unsafe.Pointer, size uintptr) {
mheap.go#L1358: av, asize := h.sysAlloc(ask)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)